home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
dalla rivista
/
amiga.free
/
diropus4.12b_gpl
/
library
/
data.c
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-27
|
2KB
|
81 lines
/*
Directory Opus 4
Original GPL release version 4.12
Copyright 1993-2000 Jonathan Potter
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
All users of Directory Opus 4 (including versions distributed
under the GPL) are entitled to upgrade to the latest version of
Directory Opus version 5 at a reduced price. Please see
http://www.gpsoft.com.au for more information.
The release of Directory Opus 4 under the GPL in NO WAY affects
the existing commercial status of Directory Opus 5.
*/
#include "dopuslib.h"
struct ExecBase *SysBase;
struct DOpusBase *DOpusBase;
struct IntuitionBase *IntuitionBase;
struct GfxBase *GfxBase;
struct DosLibrary *DOSBase;
struct Library *LayersBase;
const USHORT __chip
pdb_cycletop[]={
0x7f00,0xc180,0xc180,0xc7e0,0xc3c0,0xc180};
const USHORT __chip
pdb_cyclebot[]={
0xc180,0x7f00};
const USHORT __chip
pdb_check[]={
0x0038,0x0060,0x00c0,0xe180,0x7300,0x3e00,0x1c00};
const USHORT __chip
glass_image1[]={
0x0f80,0x7070,0xc218,0xc818,0xc018,0x7070,0x0fbc,0x000f};
const USHORT __chip
glass_image2[]={
0x0000,0x0f80,0x3de0,0x37e0,0x3fe0,0x0f80,0x0000,0x0000};
const USHORT __chip
busydata13[]={
0x0000,0x0000,
0x0600,0x0600,0x0f40,0x0f40,0x3fe0,0x3fe0,0x7fe0,0x7fe0,
0x61f0,0x7ff0,0x7bf8,0x7ff8,0xf7f8,0xfff8,0x61fc,0x7ffc,
0x7f0c,0x7ffc,0x3fde,0x3ffe,0x7fbc,0x7ffc,0x3f0c,0x3ffc,
0x1ff8,0x1ff8,0x07f0,0x07f0,0x01c0,0x01c0,0x0700,0x0700,
0x0fc0,0x0fc0,0x0780,0x0780,0x0000,0x0000,0x00c0,0x00c0,
0x00e0,0x00e0,0x0040,0x0040,
0x0000,0x0000};
const USHORT __chip
busydata20[]={
0x0000,0x0000,
0x0400,0x07c0,0x0000,0x07c0,0x0100,0x0380,0x0000,0x07e0,
0x07c0,0x1ff8,0x1ff0,0x3fec,0x3ff8,0x7fde,0x3ff8,0x7fbe,
0x7ffc,0xff7f,0x7efc,0xffff,0x7ffc,0xffff,0x3ff8,0x7ffe,
0x3ff8,0x7ffe,0x1ff0,0x3ffc,0x07c0,0x1ff8,0x0000,0x07e0,
0x0000,0x0000};
void __stdargs _XCEXIT(long lcode) { }